home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / calc215.zip / DOCSCALC.215 < prev    next >
Text File  |  1991-10-17  |  7KB  |  200 lines

  1. Calc 2.15 Electronics CALCulations
  2. Documentation
  3.  
  4. Calc 2.15 was tested on a stock Tandy 1000TX
  5. with Tandy 16 color graphics, an XT clone with
  6. EGA graphics, and a Mac running SOFT AT.
  7. ----------------------------------------------
  8. Calculations for Electronics
  9.  
  10. Scope:  Basic Fundamentals
  11. --------------------------
  12.  
  13. The basic fundamentals of operating Calc 2.15 are:
  14. (1) Use a mouse with a recent mouse driver,
  15.     Logitech 6.00 or higher version of Driver
  16.     Genius Mouse   9.06 or higher version of Driver
  17.     Or Microsoft MS Mouse Driver from 1991 or later
  18.  
  19. (2) If you do not have a mouse then the keyboard
  20.     will work just fine.  F10 selects the top menu.
  21.     Other function keys are highlighted at the 
  22.     bottom of your screen for quick function select.
  23.  
  24. (3) You need to have a color video card and monitor
  25.     for your PC/XT/AT/386/486 or better clone.
  26.     You need Soft AT if you want to run it on a MAC.
  27.  
  28. (4) Calc 2.15 will emulate a coprocessor to do its
  29.     calculations but if a coprocessor is installed
  30.     Calc 2.15 will use it.
  31.  
  32. (5) Without a mouse, menus are enabled with F10.
  33.     Items in top menus are selected using the left
  34.     and right arrow keys(also known as left and right 
  35.     cursor keys).  The return or enter key selects
  36.     the top menu item.  The top menu item will have
  37.     a box open up with all the possible selections
  38.     under that item.  Use the up and down arrows(up
  39.     and down cursor keys) to select an item in the
  40.     box.  Press the return or enter key to select
  41.     the highlighted item in the box.  <OR> To select
  42.     another box to open while the menu is still
  43.     active, press the left or right arrow(cursor)
  44.     keys.  Then select the item in the box that you
  45.     want using the enter(return) key.
  46.  
  47.     NOTE:  Menus are disabled when you are prompted
  48.            for data entry in calculation or 
  49.            conversion functions.  Menus are always
  50.            enabled when a text display(help or
  51.            explanation) is in th user screen area.
  52.  
  53. (6) With a mouse, use the mouse to select the top
  54.     menu item.  When the top menu box opens use 
  55.     the mouse to select the function.  Key usage
  56.     as in #5 above is still valid.
  57.  
  58. (7) Math usage(VERY IMPORTANT):
  59.     To input a value that is in scientific notation
  60.     such as 1.546 times 10 to the power of -3 use
  61.     1.546e-3 notation.  The number 1.546e-3 is in
  62.     decimal form 0.001546 units.  For European
  63.     users, this program uses . as the decimal in
  64.     all input variables.  A comma (,) is not used.
  65.     Please be aware that I will make a European
  66.     version available if there is a sufficient
  67.     number of European regtrations.  Programmers
  68.     who wish to make a native language version
  69.     of this program may submit their request to do
  70.     so in writing to:
  71.  
  72.     Kenneth Otto
  73.     P.O. Box 8312
  74.     Cocoa, Florida  32924-8312  USA
  75.  
  76.     Licenses for use of the code in this program
  77.     for the creation of native language versions
  78.     shall only be granted by Kenneth Otto.
  79.     The current price for foreign licensing will
  80.     be discussed in writing to those who submit
  81.     a request. 
  82.  
  83. (8) The bottom menu, or status line, has the hot
  84.     keys for EXIT, text info screens, or top menu
  85.     select.  Currently, F1 is exit program,
  86.     F10 is top menu select, and the others shown
  87.     are for text information screens to be used
  88.     by novice technicians when studying electronics.
  89.  
  90. ---------------------------------------------------
  91. Scope:  What is does
  92. --------------------------------------------------
  93. (9)  This program makes conversions 
  94.      from RMS, peak, and peak to peak voltages
  95.      to   RMS, peak, or peak to peak voltages.
  96.  
  97. (10) This program  calculates Resonant Frequency
  98.     from L(inductance) and C(Capacitance) values.
  99.  
  100. (11) It uses 11 digit accuracy for PI in
  101.     calculations involving PI. (Resonance)
  102.  
  103. (12) It calculates the square root of two for the
  104.     AC voltage conversions eliminating errors
  105.     from approximations.  (Ac conversions)
  106.  
  107. (13) It uses extended real numbers for precise
  108.     calculations.
  109.  
  110. (14) It finds voltage, current, or resistance
  111.     when the other two values are known.
  112.     (Ohms Law)
  113.  
  114. (15) It finds power, voltage, or current
  115.     when the other two values are known.
  116.     (Power Law)
  117.  
  118. (16) It has a registration code that versions
  119.      2.00, 2.01, and 2.02 did not have.
  120. ===================================================
  121.  
  122. Scope:  How I conceived Calc 2.00, 2.01, 2.02, 2.10
  123. ---------------------------------------------------
  124. I wrote 3 versions of this program and sent them 
  125. out locally to bbses.  Nothing happened(no users
  126. registered).  I had included mono graphics support
  127. and 40 column support in those programs.  But they
  128. were perhaps to basic to be understood.  At that
  129. time the program was all text driven.
  130.  
  131. This new program was designed to be a lot more
  132. user friendly, and it is.  It uses Turbo Pascal 6
  133. Menus.  Hopefully, you will like it and register
  134. it.
  135.  
  136. NOTE: This program does not support mono graphics.
  137.  
  138. Persons to Thank:
  139. ----------------
  140. (1) My Pascal Teacher.
  141. (2) The Authors of the Four Pascal Books I read.
  142.     (If this sells they may want credit here.)
  143. (3) My good friend who allowed me to use his
  144.     Mac II Ci system to test Calc for Soft AT
  145.     compatibility.
  146. (4) Borland -- The company the wrote Turbo Pascal.
  147.  
  148.     and last, but most certainly not least,
  149.  
  150. (5) MY FAMILY, they have put up with so much.
  151.  
  152. Kenneth Otto, Docs for Calc 2.10 released onto bbses
  153. in Brevard County Florida on October 13, 1991.
  154.  
  155. A product of Kenneth Otto, P.O. Box 8312,
  156. Cocoa, Florida 32924-8312.
  157.  
  158. Reach my via Fidonet 1:374/73 The Bears Cave BBS,
  159. one of my favorite hangouts.  Brevard County 
  160. Florida users:  Look for my name on a bbs near you.
  161.  
  162. Calc 1st release in current format Sept. 6, 1991
  163.  
  164. Maintenance Releases:
  165. --------------------
  166. Version 2.01 -- program was modified
  167. so that the top menu bar does not have two A
  168. highlighted hot keys.  One spelling error in
  169. the program was corrected.    Sept. 11, 1991
  170.  
  171. Version 2.02 -- Data entry & Result window
  172. was moved down to get it out of the way of the
  173. menu boxes.                   Oct. 3, 1991
  174.  
  175. Version 2.10 -- Ohms Law, Power Law, and Ohms Law/
  176. Power Law definitions added.  Menus reconfigured
  177. for Mac/Borland like appearance.  Registration code
  178. added to allow registration via electronic fidonet
  179. mail or US/International Mail.  To you, the user,
  180. this means that with each version of Calc 2.10
  181. you will get the same exact screens you now see
  182. except for the registration reminders.  What you
  183. see when you get Calc 2.10 is what you will get
  184. in a Calc 2.10 registered version.
  185.                                October 11, 1991
  186.  
  187. CALC version 2.15 which you now have:
  188.  
  189. Upgraded calc by adding screen clearing tied to
  190. ESC key or mouse selected clear screen in menu
  191. item CONTROLS. Added quit/exit to controls.
  192. Changed screen to all black in the data area.
  193.  
  194. Disclaimer:  I cannot be held responsible for the
  195. use of this product.  Calc contains no viruses 
  196. when it leaves my computer NOR WILL IT EVER
  197. CONTAIN THEM!  Please check all your software for
  198. viruses.  Protect your computer and time investment.
  199.  
  200. Thank you!     ** Ken Otto **